projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
986664a
)
(w32_console_read_socket): Make first arg a frame.
author
Jason Rumney
<jasonr@gnu.org>
Tue, 15 May 2007 23:03:26 +0000
(23:03 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Tue, 15 May 2007 23:03:26 +0000
(23:03 +0000)
src/w32inevt.h
patch
|
blob
|
history
diff --git
a/src/w32inevt.h
b/src/w32inevt.h
index f0f7f232261f928927287ead3c6e24ec84b58a26..a3d26848bff57bbc9de3c23ad974a8299edc974b 100644
(file)
--- a/
src/w32inevt.h
+++ b/
src/w32inevt.h
@@
-22,7
+22,7
@@
Boston, MA 02110-1301, USA. */
#ifndef EMACS_W32INEVT_H
#define EMACS_W32INEVT_H
-extern int w32_console_read_socket (
int sd
, int numchars,
+extern int w32_console_read_socket (
struct terminal *term
, int numchars,
struct input_event *hold_quit);
extern void w32_console_mouse_position (FRAME_PTR *f, int insist,
Lisp_Object *bar_window,